home *** CD-ROM | disk | FTP | other *** search
- if(B2A)
- {
- if(!_root.menu.eng)
- {
- Text1 = "Ze Zem{invalid_utf8=236}.";
- }
- else
- {
- Text1 = "From Earth.";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B2B)
- {
- if(!_root.menu.eng)
- {
- Text2 = "Odnikud. Jen tak se poflakuju.";
- }
- else
- {
- Text2 = "From nowhere. I\'m only hanging around";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- if(B2C)
- {
- if(!_root.menu.eng)
- {
- Text3 = "Z Taurionu 5.";
- }
- else
- {
- Text3 = "From Taurion 5.";
- }
- }
- else
- {
- Text3 = "";
- setProperty("But3", _visible, false);
- }
- Text4 = "";
- But1.Varianta = "A";
- But2.Varianta = "B";
- But3.Varianta = "C";
- Level = "22";
- But1.Enabled = B2A;
- But2.Enabled = B2B;
- But3.Enabled = B2C;
-